*{ padding: 0; margin: 0;}
body {
    font: 14px/24px '微软雅黑', 'Roboto', Arial, Helvetica, sans-serif;
    color: #232323;
    background: #fff;
}
a{
    text-decoration: none !important;
    color: inherit;
}
a:focus {
    outline: none;
}
ul,li{
    list-style: none;
}
.pic{
    width: 100%;
    height: auto;
    display: block;
}
.pa0{
    padding: 0;
}

/*--------------------------------------------
2. Heading Styles
--------------------------------------------*/
h1 {
    font-size: 45px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
.top60 {
    margin-top: 60px;
}
.bottom60{
    margin-bottom: 60px;
}
.pa0{ padding:0 !important;}
/* top */
.topnav {
    height: 112px;
    background: #f4dfb5;
}
.toplink{
    padding: 15px 0 0;
}
.toplink li span{
    margin-right: 15px;
    line-height: 28px;
}
.toplink li span a{
    color: #000;
}
.Language {
    float: right;
    display: block;
    line-height: 68px;
    margin-top: 24px;
}
.Language a{
    display: block;
    line-height: 30px;
}

.Language img {
    margin-right: 10px;
}

/* nav */
.navbar {
    border: none;
    height: 62px;
    margin: 0 auto;
    z-index: 99;
    padding: 0 20px;
    background: #000;
    transition: 1s;
}

.navbar>div {
    background: #000;
}

/* .navbar-nav{
    margin-left: 80px;
} */

.navbar-nav>li>a {
    line-height: 42px;
}
.navbar-brand {
    padding-top: 0 !important;
}

.navbar-brand>img {
    width: 100%;
    padding-top: 5px;
}

.navbar-brand-p {
    width: 350px;
    padding: 20px 10px;
    font-size: 20px;
    color: #333;
}
.nav>li>a {
    padding: 10px 42px !important;
}

.nav>li>a:hover{
    color: #e2cb99 !important;
}
.navbar-nav>.active>a {
    color: #fff !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: rgba(255, 255, 255, 0);
}


@media all and (min-width: 992px) and (max-width: 1200px) {

    .navbar-toggle {
        border: none;
        margin-top: 20px;
        margin-right: 35px;
    }

    .navbar-toggle:hover {
        background: #fff !important;
    }

    .navbar-toggle:focus .icon-bar {
        background: #888 !important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    body {
        overflow-x: hidden;
    }

    .nav>li>a {
        margin: 0 23px;
    }

    .list-inline {
        margin-left: 0 !important;
    }

    .company li a {
        width: 140px;
    }

    .word:nth-of-type(3),
    .word:nth-of-type(4) {
        display: none;
    }

    .word {
        font-size: 12px;
    }


}

@media all and (max-width: 767px) {
    .navbar-nav {
        z-index: 999999;
        background: #111;
        margin: 0 0 !important;
    }

    .navbar-brand {
        width: 162px !important;
        padding: 10px 0;
    }

    .navbar {
        /* height: 50px!important; */
    }

    .nav {
        float: none
    }

    .contact1 {
        padding: 20px 20px !important;
    }

    .con-center {
        float: right;
    }

    .con-right {
        display: none;
    }

}

.mp4 video{
    width: 100%;
    height: 286px;
    display: inline-block;
}
.mp4 h4{
    font-size: 18px;
    font-weight: 600;
}

/* syabout */
.nyalist {
    width: 100%;
    height: auto;
    display: inline-block;
}

.nyalist li {
    float: left;
    margin-right: 20px;
    background: #f4dfb5;
    padding: 5px 25px;
    border-radius: 5px;
}

.nyalist li a {
    color: #333;
}
.aboutbox{
    width: 100%;
    display: inline-block;
    background: url(../images/bg.jpg) center center no-repeat;
    padding: 60px 0;
}
.pic{
    width: 100%;
    height: auto;
    display: inline-block; 
}
.syablist {
    width: 100%;
    height: auto;
    margin: 36px 0 0;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.syablist li{
    width: 50%;
    text-align: center;

}
.syablist li .syablj {
    width: 100%;
    height: auto;
}

.syablist li a {
    width: 50%;
    height: auto;
    text-align: center;
    color: #111;
}

.syablist li a img {
    margin-bottom: 5px;
    display: block;
    margin: 0 auto;
}
.absynr{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 36px;
}
.absynr h3 {
    width: 24%;
    height: auto;
    text-align: center;
    position: relative;
    line-height: 80px;
}
.absynr h3::before{
    content:"";
    position: absolute;
    background: #fff;
    height: 3px;
    width: 100px;
}
.absynr h3::after {
    content: "";
    position: absolute;
    background: #fff;
    height: 3px;
    width: 60px;
    bottom: 0;
    left: 74px;
}
.absynr .abnr{
    width: 76%;
    height: auto;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

/* factory */
.factory{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #fff;
    margin-top: 78px;
}
.factory img{
    height: 390px;
    width: auto;
}
.factory2 {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #fff;
    margin: 20px 0 78px;
}

.factory2 img {
    height: 276px;
    width: auto;
}

/* 热销产品 */
.hotbox{
    background: #1b1b1d;
    padding: 100px 0 76px;
}
.hotpro{
    width: 100%;
    height: auto;
    position: relative;
}
.hotpro::before{
    content: "";
    position: absolute;
    background: #e1ca98;
    width: 72%;
    height: 460px;
    margin-top: -26px;
    left: 0;
    z-index: 1;
}
.hptu{
    z-index: 2;
}
.hptit{
    margin: 40px 0 0 50px;
    position: relative;
    line-height: 80px;
    font-weight: 600;
    letter-spacing: 5px;
}
.hptit::before{
    content: "";
    position: absolute;
    background: #111;
    height: 3px;
    width: 50px;
}
.syplist{
    width: 100%;
    height: auto;
    border-top: 1px dashed #666;
    margin-top: 100px;
    padding-top: 30px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.syplist li{
    width: 16%;
    height: auto;
    line-height: 38px;
}

.syplist a{
    color: #ddd;
    font-size: 20px;
}
/* news */
.newsbox{
    width: 100%;
    height: auto;
    background: #f5f5f5;
}
.synew{
    margin: 50px 0;
    background: #f5f5f5;
}
.synew .synzi{
    background: #e1ca98;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.synew .synzi h4{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 8px;
}
.synew .synzi a{
    background: #222;
    color: #ddd;
    padding: 2px 15px 4px;
    float: right;
}

/* product */
.pname{
    color: #fff;
    background: #333;
    line-height: 38px;
    margin-bottom: 20px;
}
.prosybox{
    margin-bottom: 50px;
}

/* 首页设备 */
.hotpro h4{
    color: #2e6c46;
}
.hotpro p {
    color: #666;
}

/* footer */
.off-white-bg{
    background: url(../images/bgf.jpg) center center no-repeat;
    padding-top: 30px;
}
.single-footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: capitalize;
    color: #f7f7f7;
}

.loc-address>span {
    display: flex;
    line-height: 24px;
    color: #ddd;
}

.loc-address>span i {
    font-size: 18px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    margin-top: 2px;
}

.loc-address span+span {
    margin-top: 12px;
}
.loc-address p{
    color:#fff;
    margin-top:12px;
}
.loc-address p i{
    font-size: 18px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    margin-top: 2px;
}
.loc-address p a{
    margin-left: 35px;
    color: #ddd;
}


.payment-mth {
    margin-top: 30px;
}
.payment-mth img{
    width: 120px;
    height: 120px;
}

.footer-content ul li:not(:last-child) {
    line-height: 30px;
}

.footer-content ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #ddd;
}

.footer-content ul li:hover a {
    padding-left: 10px;
}

.footer-link-list li {
    color: #5b697b;
    margin-bottom: 8px;
}

.footer-middle-content {
    border-top: 1px solid #2d3846;
    border-bottom: 1px solid #2d3846;
}

.footer-link-list li span.title {
    background: #37475a none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    padding: 10px 32px 10px 17px;
}

.footer-link-list li a {
    color: hsl(216, 15%, 65%);
    font-size: 13px;
    text-decoration: none;
}

.footer-link-list li a:hover {
    color: #fff;
}

.footer-bottom-content p a:hover {
    color: #f1ac06;
}

.footer-social-content li {
    display: inline-block;
    margin-left: 15px;
}

.footer-social-content li a {
    border-radius: 5px;
    color: #555;
    display: block;
    line-height: 43px;
    padding: 0 3px;
    text-align: center;
    text-decoration: none;
}

.footer-social-content li a:hover {
    color: #f1ac06;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
.copy-right-text{
    color: #f5f5f5;
}
.footer-bottom{
    border-top: 1px dashed #444;
}
.call-us {
    font-size: 24px;
    color: #e1ca98;
    font-weight: 600;
}

/* ny-about */
.ny-content{
    background: #fff;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 30px auto;
    box-shadow: 2px 3px 15px #ddd;
    padding-bottom: 50px;
    padding: 6px 15px 50px;
}
.beard {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-left: 15px;
    margin: 8px auto 20px;
}
.beard p{
    margin: 0;
}

.beard a{
    line-height: 42px;
}
.leftnav {
    width: 98%;
    height: auto;
    display: inline-block;
    background: #fff;
    margin-top: 18px;
    /* border: 1px solid #444; */
    border-radius: 5px;
}
.leftnav ul{
    margin: 0;
}

.leftnav li {
    width: 100%;
    line-height: 38px;
    border-bottom: 1px dotted #fff;
}

.leftnav li a {
    color: #666;
}
.leftnav li a:hover {
    color: #111;
}
.leftnav .active a {
    color: #111;
}

.proclass .prolist {
    width: 100%;
    height: 38px;
    background: #e1ca98;
    color: #111 !important;
    display: inline-block;
    padding-left: 10px;
    transition: 0.7s;
}
.proclass .prolist i{
    color: #333;
    float: right;
    line-height: 38px;
    padding-right: 15px;
    font-size: 22px;
}

.proclass .submenu li{
    border-bottom: 1px dotted #ddd;
    padding-left: 12px;
}
.proclass .submenu{
    display: none;
    transition: 0.7s;
}
.proclass:hover .submenu {
    display: block;
}

.nybox{
    background: #f5f5f5;
}
.aboxn h4 {
    margin-bottom: 20px;
}
.aboxn p{
    text-indent: 2em;
    line-height: 28px;
}
.pic{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.pname{
    background: #fff;
    color: #333;
    width: 100%;
    text-align: center;
    font-size: 15px;
}
.yuan {
    border-radius: 30px;
}
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    justify-content: space-between;
}

.pagination span>a {
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.page-num-current {
    padding: 5px 0 !important;
}

.pagination span>a select,
.pagination span>a select:focus {
    border: solid 1px transparent !important;
    padding: 5px 10px;
    background: transparent;
}
.news-xq{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 30px 20px;
}
.news-xq p span{
    color: #666;
}
.ny-qh {
    padding: 0 20px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-qh span a{
    color: #666;
}

.linktit {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 10px 0 10px 15px;
}
.con-left{
    width: 100%;
    height: auto;
    margin: 0;
    display: inline-flex;
    padding: 0 40px;
}

.messagebox {
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 15px 15px 15px 30px;
}

.messagebox h4 {
    font-size: 20px;
}

.message-con {
    width: 100%;
    padding: 40px 0 40px 50px;
    border-left: 1px solid #ddd;
}

.message-con>form {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.message-con>p {
    font-size: 26px;
    font-weight: block;
    text-align: center;
}

.form-group {
    width: 50%;
    margin: 3px 0 0;
    padding: 5px;
}

.form-group input,
.form-group1 textarea {
    padding: 18px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    display: block;
    width: 95%;
    height: 34px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.form-group1 {
    width: 100%;
    margin: 3px 0 6px;
    padding: 5px;
}

.form-group1 textarea {
    width: 98%;
    height: 90px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: #f4dfb5;
    color: #111;
    border-radius: 10px;
    font-size: 15px;
    width: 120px;
    margin: 0 auto;
    height: 38px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    display: block;
}

.message-bd {
    height: 30px;
}

.message-con img {
    height: 35px;
}

.contact-nav{
    border-top: 3px solid #333;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}

.left1{
    padding: 18px 18px 0 0;
}
.left1 p a{
    margin-left: 54px;
}
.pb-40{
    padding-bottom: 20px;
}
.ntit{
    margin: 0;
    padding-top: 30px;
}

/* left-nav */
.nav-pro>ul {border:none;}
.nav-pro>ul>li {position:relative;margin:0 15px 0 0;border-bottom:1px solid #f5f5f5;transition:.3s; background:#f4dfb5;}
.nav-pro>ul>li>a {padding: 2px 0 0 10px;display:block;transition:.3s;cursor:pointer; line-height: 42px;}
.nav-pro>ul>li:hover>a {}
.nav-pro>ul>li>i {position:absolute;right:6px;top:8px;font-size:24px;}
.nav-pro>ul>.active>a { background:#f4dfb5;display:block;}
.nav-pro>ul>li>a {color:#333;font-size:18px;}
.nav-pro>ul>li>ul>li{ background: #fff;}
.nav-pro>ul>li>ul>li>a {color:#555; margin:0 10px;border-bottom:1px solid #ddd;display:block; font-size: 15px; padding-left: 10px;}
.nav-pro>ul>li>ul>.active {background:#009970;}
.nav-pro>ul>li>ul>li>ul>li{ padding-left: 26px;}
.nav-pro>ul>li>ul>li>ul>li>a{ color: #888; line-height: 32px; width: 92%; display: block; padding: 0 0 0 8px; border-bottom: 1px dotted #ddd;}
.submenu {display:none !important;}
.showsub .submenu {display:block !important;}
.sonmenu{display: none;}

.sjyy{ display: none !important;}
@media all and (max-width: 767px) {
    body{ overflow-x: hidden;}
    .sj{ display: none;}
    .sjyy{ display: block !important;}
    .topnav{ height: 60px;}
    .nav>li{ text-align: center;}
    .navbar-nav>li>a{ line-height: 26px;}
    .absynr{ margin-top: 0; text-align: justify;}
    .absynr h3{ display: none;}
    .absynr p{ width: 94%; height: auto; line-height: 24px; font-size: 16px; color: #333;}
    .aboutbox{ background: none;}
    .syplist{ display: none;}
    .synew{ margin: 15px 0;}
    .prosybox .pic{ width: 150%; margin: 0 0 0 -25%;}
    .footer-bottom-content{ display: inline-block; width: 100%; text-align: center; margin: 10px 0;}
    .copy-right-text{ width: 100%; text-align: center;}
    .footer-bottom-content p{ margin: 0;}
    .ny-content{ padding: 6px 0 50px;}
    .nyalist{ width: 100%; margin-bottom: 36px; display: flex !important; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;}
    .nyalist li{ width: 30%; float: left; margin: 0; padding: 0; text-align: center; height: 32px; line-height: 32px;}
    .mp4 video{ height: auto ;}
    .con-left{ display: inline-block; padding: 0 24px;}
    .message-con{ padding: 0; border: none;}
    .form-group{ width: 100%;}
}